home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / COMMADIO / TAPCIS.LZH / TAPTRY.EXE / TAPDOC.APX < prev    next >
Text File  |  1991-12-16  |  39KB  |  1,039 lines

  1.  
  2.  
  3. ===========================================================================
  4. Appendixes
  5. ===========================================================================
  6.  
  7. Appendix A:
  8. Modem Commands  . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-1
  9.    Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . A-1
  10.    Reset and Hang Up  . . . . . . . . . . . . . . . . . . . . . . . . . A-2
  11.  
  12. Appendix B:
  13. Start Up Options  . . . . . . . . . . . . . . . . . . . . . . . . . . . B-1
  14.  
  15. Appendix C:
  16. Status Messages . . . . . . . . . . . . . . . . . . . . . . . . . . . . C-1
  17.  
  18. Appendix D:
  19. CompuServe Phone Numbers  . . . . . . . . . . . . . . . . . . . . . . . D-1
  20.  
  21. Appendix E:
  22. CompuServe Forums . . . . . . . . . . . . . . . . . . . . . . . . . . . E-1
  23.  
  24. Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X-1
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. TAPCIS(tm) Documentation Copyright (c) 1991, Support Group, Inc.
  61. 800-USA-GROUP, 301-387-4500
  62.  
  63. ===========================================================================
  64. Appendix A:
  65. Modem Commands
  66. ===========================================================================
  67.  
  68. The default modem commands and responses on the <P>arameters screen should
  69. work fine for Hayes compatible modems if they are configured properly.  If
  70. your modem requires different commands, you can often enter complex dialing
  71. sequences using TAPCIS modem commands.
  72.  
  73. The following special commands are available for the <I>nitialize modem
  74. string, <R>eset modem string, and in the telephone numbers.
  75.  
  76. ^<letter>    A caret followed by a letter is used for control characters.
  77.  
  78. ^M           A carriage return (same as pressing <Enter>)
  79. ^J           A linefeed
  80. ^N           A control-N
  81.  
  82. ?#           Wait for # seconds where # is between 1-9 (?3 would pause 3
  83.              seconds)
  84.  
  85. ?<letter>    Wait for a letter back from the modem in response.  (?K might
  86.              wait for the K in OK)
  87.  
  88.  
  89. ------------------------------------
  90. Initialization
  91.  
  92. If your Hayes compatible modem needed to be reset before it could dial, the
  93. following sequence in the <I>nitialize modem string sends an ATZ preceded
  94. and followed by a carriage return, waits for a K response from the modem,
  95. and then sends ATDP instead of ATDT to get pulse dialing instead of the
  96. default tone dialing:
  97.  
  98. ^M?1ATZ^M?K?1ATDP
  99.  
  100. With most new modems, the factory ships the modems with carrier detect and
  101. data terminal ready forced on. TAPCIS will not work as well with those
  102. settings. We strongly recommend that you switch your modem to properly
  103. monitor Carrier Detect (CD) and to drop the connection when Data Terminal
  104. Ready (DTR) is switched off.
  105.  
  106. For example, if your modem uses software switch settings and is Hayes
  107. compatible, the following initialization string will configure the modem
  108. properly:
  109.  
  110. AT&C1&D2X4V1E1DT
  111.  
  112. If your modem responds ERROR, then you will have to see if it uses physical
  113. dip switches (often on the bottom or under the front plate) and change the
  114. CD and DTR settings there. Note that some new modems also offer an &D3 in
  115. addition to &D2. If your modem does, substitute that.
  116.  
  117. Other options for your modem are described in its manual. Most Hayes
  118. compatible modems do share options like M1 for speaker on and M0 for
  119. speaker off. L1, L2, and L3 set the volume if that is software controlled.
  120.  
  121.  
  122. TAPCIS                                    Appendix A: Modem Commands    A-1
  123.  
  124. It never hurts to throw in E1V1 to make sure that commands are echoed. And,
  125. X4 is good to include if your modem can detect busy signals and the like.
  126. These options must come after the initial AT and before the DT (or DP for
  127. pulse).
  128.  
  129. Some modems, particularly battery powered ones, need a little time to
  130. "wakeup" before they can dial. Put AT^M?2ATZ^M?K?2 in front of your normal
  131. initialization string if you want to fully reset the modem before dialing.
  132. You may find that prefix necessary if you use other communications programs
  133. that leave the modem in a "strange" state of mind.
  134.  
  135.  
  136. ------------------------------------
  137. Reset and Hang Up
  138.  
  139. To hang up the phone TAPCIS drops DTR to the modem at the same time that
  140. the remote modem is dropping carrier.  This usually results in a hang up
  141. after 3 seconds, so the default modem reset string is ?3 which gives the 3
  142. seconds. Fractional seconds are also supported.  A two and a half second
  143. delay would be entered as: ?2?.5.
  144.  
  145. If TAPCIS detects a carrier loss during transmission it will give you a
  146. message indicating that the carrier was lost and will reset the modem.
  147.  
  148. There are some modems, particularly ones that do not hang up the phone when
  149. DTR is dropped, where TAPCIS will leave the phone line connected after
  150. logoff unless you use a different reset modem string on the parameters
  151. screen. The reset string must be able to get the modem to return to command
  152. state during a connection and then hang up. This <R>eset string will
  153. usually work with any Hayes compatible modem:
  154.  
  155. ?2+++?2ATH0^M
  156.  
  157. We cannot know in advance the strange incantations that are needed to get
  158. some modems to work properly. In some cases we have not been able to get
  159. the modem to dial on its own. Sometimes it is the setup of TAPCIS,
  160. sometimes it's the modem itself. One modem worked fine except through a
  161. hotel phone system where it would not dial. To manually dial, set the
  162. initialize modem string to the command needed to get the modem online and
  163. looking for carrier (ATDT or ATO work on most Hayes compatible modems). 
  164. Then select a telephone number that is blank (no digits). Use the phone to
  165. call the network number. When greeted by the remote carrier, press the
  166. online command you want to run (N, O, R, etc) and hang up. TAPCIS will log
  167. in automatically.
  168.  
  169. If you still have trouble, try to get online manually and ask for help in
  170. the TAPCIS Forum section 3. Give as much detail as possible.
  171.  
  172. Remember that you can use TAPCIS' local mode to talk directly to the modem.
  173. Press the exclamation point <!> at the main menu. Often you can then
  174. inquire and set modem parameters by following the instructions in your
  175. modem's reference manual.
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183. A-2    Appendix A: Modem Commands                                    TAPCIS
  184.  
  185. ===========================================================================
  186. Appendix B:
  187. Start Up Options
  188. ===========================================================================
  189.  
  190. TAPCIS has a wide variety of start up options you can specify on the
  191. command line or within the TAPCIS.CFG file. Settings made in the CFG file
  192. can be overridden by the same option on the command line. The listing below
  193. gives you the syntax and various values for each option. Also see the
  194. comments in TAPCIS.CFG for more information on how to use this file.
  195.  
  196. Each option has its default setting listed first followed by any other
  197. valid setting, all separated by vertical bars (|). Using "/option" is the
  198. same as using "/option=Y".
  199.  
  200. /ARROWPG=N|Y
  201. Set up/down arrows to move by page in reader (as in TAPCIS 5.3), rather
  202. than by line.
  203.  
  204.    N -  Arrows move by line in reader.
  205.    Y -  Arrows move by page in reader.
  206.  
  207.  
  208. /ARROWSW=N|Y
  209. Set right/left arrows to move between forums (instead of just <F8>/<Sh-
  210. F8>).
  211.  
  212.    N -  Only <F8> and <Sh-F8> move between forums in the reader, while
  213.         marking threads, etc.
  214.    Y -  Allow <Right Arrow> and <Left Arrow> to move between forums also.
  215.  
  216.    Use of this option is not recommended as it will not be supported in
  217.    future versions.
  218.  
  219.  
  220. /BIGCURSOR=N|Y
  221. Use large block cursor in editor (old B parameter).
  222.  
  223.    N -  Do not use large cursor in TAPCIS editor.
  224.    Y -  Use large cursor in TAPCIS editor.
  225.  
  226.    If you run TAPCIS on a laptop this option can make the cursor more
  227.    visible.
  228.  
  229.  
  230. /CHECKCD=Y|N
  231. Check status of Carrier Detect signal from modem (old C parameter).
  232.  
  233.    Y -  Use Carrier Detect signal to determine online status.
  234.    N -  Do not check Carrier Detect signal. Use this option if your modem
  235.         does not have a Carrier Detect signal, is defective, or is set for
  236.         CD always on (&C0).
  237.  
  238.  
  239. /CLEARCHAR=21|##
  240. Change line clearing character (^U) to ASCII character value specified.
  241.  
  242.  
  243.  
  244. TAPCIS                                  Appendix B: Start Up Options    B-1
  245.  
  246. /CMD=<no default>|N|O|R|M|+|J|P
  247. Automatically do action specified (old N, O, R, M, and + parameters).
  248.  
  249.    N -  <N>ew from main menu.
  250.    O -  <O>nline from main menu.
  251.    R -  <R>ead waiting from main menu.
  252.    M -  <^O> (substitute <R> key) from main menu.
  253.    + -  <Alt-N> (new + FRONTEND.SCR) from main menu.
  254.    J -  <Alt-J> (join forum(s)) from main menu.
  255.    P -  <Alt-P> (set CIS defaults; PARAMS.SCR) from main menu.
  256.  
  257.    Use this option to further automate your use of CompuServe. This option
  258.    can have TAPCIS automatically pick up waiting messages everytime the
  259.    program is executed. It is primarily used in batch files.
  260.  
  261.  
  262. /DIALDELAY=30|##
  263. Delay between dialing attempts (old I parameter), in seconds. 
  264.  
  265.    When a connection attempt fails, TAPCIS will wait the specified amount
  266.    of seconds before attempting to dial again. A smaller number (shorter
  267.    delay) may be preferable if the number you dial is often busy.
  268.  
  269.  
  270. /DOS=N|Y
  271. Drop to DOS after first command (old X command).
  272.  
  273.    N -  Stay in TAPCIS after first command.
  274.    Y -  Drop to DOS after first command.
  275.  
  276.    This option can be used along with the /CMD option in a batch file to
  277.    have TAPCIS pick up messages and then continue the batch file. For
  278.    example, this technique can be used in a batch file that sets up your
  279.    system and downloads your messages every morning.
  280.  
  281. /FASTOFF=Y|N
  282. Use OFF or LOG to end CompuServe session.
  283.  
  284.    Y -  Use OFF to end CompuServe session. CompuServe will not display time
  285.         record, but will hang up line.
  286.    N -  Use LOG to end CompuServe session. CompuServe will display time
  287.         record, but will not hang up line. When using this option be sure
  288.         that DTR or the TAPCIS reset string will hang up your modem.
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305. B-2    Appendix B: Start Up Options                                  TAPCIS
  306.  
  307. /IRQ=<see below>
  308. /BASEADDR=<see below>
  309.  
  310. Set custom interrupt (IRQ) and base address for COM port use.  Use care
  311. when setting these options. Incorrect values can cause your computer to
  312. crash. TAPCIS uses the following defaults:
  313.  
  314.  
  315.            PC/XT/AT                                PS/2
  316.    COM      IRQ    BASEADDR              Port     IRQ    BASEADDR
  317.                   
  318.  COM1        4        3F8              COM1       same as PC/XT/AT
  319.  COM2        3        2F8              COM2       same as PC/XT/AT
  320.  COM3        4        3E8              COM3        3       3220
  321.  COM4        3        2E8              COM4        3       3228
  322.                                        COM5        3       4220
  323.                                        COM6        3       4228
  324.                                        COM7        3       5220
  325.                                        COM8        3       5228
  326.  
  327.  
  328.  
  329.  
  330.  
  331.    When using both /IRQ and /BASEADDR, the COM port setting in the
  332.    Parameters screen does not matter. If you use /IRQ but not /BASEADDR,
  333.    TAPCIS will use the default base address value based on the COM port
  334.    setting in Parameters. Using only /BASEADDR but not /IRQ causes TAPCIS
  335.    to use the default IRQ for the port you select.
  336.  
  337.  
  338. /LOG=N|LINES|ALL|APPEND
  339. Used to control online session captures to the file ONLINE.LOG. 
  340.  
  341.    N      -  Turn off session logging.
  342.    LINES  -  Capture only the last 350 lines of the session (old L
  343.              parameter). 
  344.    ALL    -  Capture the entire session. File will be overwritten with each
  345.              new online session (old G parameter). This setting is
  346.              recommended if you have adequate disk space.
  347.    APPEND -  Capture the entire session, but append to ONLINE.LOG, do not
  348.              overwrite with each session. File will be overwritten with the
  349.              first session each time TAPCIS is run, but each subsequent
  350.              session will be appended.
  351.  
  352.    A log file is highly recommended if you run TAPCIS on a hard drive.
  353.    Floppy users may not have enough disk space to effectively use this
  354.    option. It provides a backup of downloaded messages as well as a
  355.    comprehensive error log if you have problems online.
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366. TAPCIS                                  Appendix B: Start Up Options    B-3
  367.  
  368. /MICROINT=Y|N
  369. Generate and respond to a micro interrogation sequence after logging onto
  370. CIS.
  371.  
  372.    Y -  Ask for and answer micro interrogation.
  373.    N -  Do not ask for micro interrogation.
  374.  
  375.  
  376. /MODEMDELAY=00|##
  377. Intercharacter delay for initialization string (old H paramter), in 10ths
  378. of a second. 
  379.  
  380.    Use this option to increase the time between characters when dialing on
  381. slower modems.
  382.  
  383.  
  384. /MSGBLANKS=1|#
  385. Specify the number of blank lines between the header and message in the
  386. reader.
  387.  
  388.  
  389. /MSGOVERLAP=0|#
  390. Specify the number of message lines to repeat in the reader when moving
  391. from page to page in a multi-page message. Normally TAPCIS does not re-
  392. display any lines when you move to the next page of a message. Some users
  393. find that repeating a few lines helps them to follow the message more
  394. clearly.
  395.  
  396.  
  397. /NOHDRLINES=N|Y
  398. Turn off header lines in the message reader.
  399.  
  400.    N -  Leave header lines in reader.
  401.    Y -  Remove header lines in reader.
  402.  
  403.    If you prefer not to see the graphic lines in the message reader, set
  404.    this option to "Y."
  405.  
  406.  
  407. /NUMORDER=N|Y
  408. Read threads in numeric order instead of by section (old # parameter).
  409.  
  410.    N -  Read threads in order by section.
  411.    Y -  Read threads in order by message number.
  412.  
  413.  
  414. /PACKETSIZE=8|#
  415. Packetsize for B+ protocol as a multiplier of 128 (old -n parameter). 
  416. Range is 1-8 (128-1024).
  417.  
  418.    On noisy phone lines smaller packet sizes can help reduce the number of
  419.    errors during uploads/downloads using the B+ protocol. 
  420.  
  421.  
  422. /PARAMS=CIS
  423. Used to specify another parameter file for TAPCIS to use. The default is
  424. PARAMS.CIS. Use the extension of the parameter file you want.
  425.  
  426.  
  427. B-4    Appendix B: Start Up Options                                  TAPCIS
  428.  
  429.    This option can be used in conjunction with the /CMD option to
  430.    automatically activate a particular parameter file and automatically
  431.    perform an action with it.
  432.  
  433.  
  434. /PORTSPEED=<no default>|9600|19200|38400
  435. Set data port at fixed speed. Do not use if you do not have a FIFO buffered
  436. UART installed.
  437.  
  438.    Currently there is no advantage to setting this option higher than the
  439.    connection baud rate.
  440.  
  441.  
  442. /QUIET=N|Y
  443. Turn off TAPCIS beeps (old Q parameter).
  444.  
  445.    N -  Allow beeps.
  446.    Y -  Silence beeps.
  447.  
  448.    TAPCIS is a fairly quiet program. However, if you prefer it to be
  449.    completely silent, set this option to "Y".
  450.  
  451.  
  452. /SAFEKEYS=N|Y
  453. Turn off <S>ave and <Alt-D>elete in reader, and <F9>/<F10> (select/deselect
  454. all forums) from the main menu (old K parameter).
  455.  
  456.    N -  Do not turn off keys.
  457.    Y -  Turn off keys.
  458.  
  459.    If you have trouble accidently pressing any of these keys, set this
  460.    option to "Y".
  461.  
  462.  
  463. /SAVEMAIL=N|Y
  464. Do not delete CIS Mail messages off of CompuServe after download.
  465.  
  466.    N -  Delete Mail messages from CIS after download.
  467.    Y -  Do not delete Mail messages from CIS after download.
  468.  
  469.    This option is handy for users who routinely check for CIS Mail from a
  470.    different location than the one they normally download messages from.
  471.    For example, this option can be set to "Y" on a home or travelling
  472.    computer. That way, upon returning to the office the messages can again
  473.    be downloaded and answered there.
  474.  
  475.  
  476. /SKIPCTRLU=N|Y
  477. Skip sending ^U line clearing at the beginning of each line (old U
  478. parameter).
  479.  
  480.    N -  Send ^U at the beginning of every line.
  481.    Y -  Do not send ^U.
  482.  
  483.    This option is useful on Tymnet and some other networks where ^U has a
  484.    negative effect on the transmission.
  485.  
  486.  
  487.  
  488. TAPCIS                                  Appendix B: Start Up Options    B-5
  489.  
  490. /SUPPRESS=0|1|2|3
  491. Suppress various automatic actions (old S1, S2, and S3 parameters).
  492.  
  493.    0 -  Allow all automatic actions.
  494.    1 -  Suppress Read Waiting.
  495.    2 -  Suppress Scan Waiting.
  496.    3 -  Suppress both Read and Scan Waiting.
  497.  
  498.  
  499. /TIME=<no default>|HH:MM
  500. Time delay in military time (old Thh:mm parameter).
  501.  
  502.    Use this option in conjunction with the /CMD option to log onto
  503.    CompuServe at a particular time and automatically perform an online
  504.    action.
  505.  
  506.  
  507. /UPLOADMAIL=N|Y
  508. Use B+ protocol on all CompuServe Mail uploads (old ! parameter).
  509.  
  510.    N -  Do not use B+ to send ASCII Mail messages.
  511.    Y -  Use B+ to send ASCII Mail messages.
  512.  
  513.    Set this option to "Y" if you have a frequent problem with line noise.
  514.    Using the B+ protocol will insure that your message is delivered intact
  515.    and error free.
  516.  
  517. /WIDTH=76|##
  518. Set editor column width (old W parameter).  Limits are 40-76 columns.
  519.  
  520.  
  521. /XONXOFF=N|Y
  522. Use XON/XOFF flow control instead of CTS flow control.
  523.  
  524.    N -  Use CTS flow control. (Highly preferred.)
  525.    Y -  Use XON/XOFF flow control.  Modem must also be set for XON/XOFF.
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549. B-6    Appendix B: Start Up Options                                  TAPCIS
  550.  
  551. ===========================================================================
  552. Appendix C:
  553. Status Messages
  554. ===========================================================================
  555.  
  556. These status messages are generated by TAPCIS when online to tell the user
  557. what is happening. Each message begins with "TAPCIS:", and is enclosed in
  558. brackets (e.g. [TAPCIS: Open COMn:]).  If you are using /LOG=ALL or
  559. /LOG=APPEND, these messages are saved to ONLINE.LOG. The /LOG=LINES option
  560. does not save these messages.
  561.  
  562. [TAPCIS: ^C Sent]
  563. When logging in to a CompuServe node with no login script specified, TAPCIS
  564. sends a ^C to the node to wake it up. The node should respond ^C and then
  565. show the User ID: prompt. TAPCIS will try several ^Cs to wake up the node
  566. and then try a CR. If your CompuServe node does not consistently respond to
  567. ^C, you may wish to switch to the CIS script by adding _CIS after the phone
  568. number on the parameters screen (make sure CIS.SCR is in the default
  569. directory).
  570.  
  571. [TAPCIS: Be patient after UPL after Send? Y answer!]
  572. The upload of long files through CompuServe Mail can take CompuServe a
  573. while to process. After the upload completes, CIS asks whether the file
  574. should be sent and TAPCIS responds "Y." It can take up to a minute for the
  575. file to be processed by CIS at that point. This message warns you of that
  576. long delay beforehand.
  577.  
  578. [TAPCIS: Cannot MAIL to *SYSOP]
  579. This warning tells you that you cannot put Sysop or *SYSOP as an address
  580. for a mail message. This message appears if such an address is included in
  581. a mailing list.
  582.  
  583. [TAPCIS: Carrier Detected]
  584. TAPCIS detects a carrier signal before connection. This usually means that
  585. the modem is set for carrier detect (CD) always on (&C0 on most modern
  586. modems). You should set your modem for &C1&D2 in permanent memory for most
  587. PC applications. If you get this message, it also means that TAPCIS will
  588. probably not be able to detect a drop of carrier unless you set &C1 in your
  589. initialization string.
  590.  
  591. [TAPCIS: Close COMn: 0]
  592. The COM port has been closed by TAPCIS. This is the last thing done in each
  593. session. If the number after the colon is other than zero, the close of the
  594. port failed for some reason. You may wish to check the COM port and exit
  595. and re-enter TAPCIS.
  596.  
  597. [TAPCIS: Could not open COMn: Code=nnnn]
  598. TAPCIS tried to open the COMn port but could not find a compatible UART
  599. (serial port chip) at that address. The Code=nnnn is an error number,
  600. usually 8906, which in this case is a UART not found.
  601.  
  602. [TAPCIS: Custom UART]
  603. This message appears if the options /IRQ= or /BASEADDR= are being used to
  604. redefine the interrupt or base address of the serial port.
  605.  
  606.  
  607.  
  608.  
  609.  
  610. TAPCIS                                   Appendix C: Status Messages    C-1
  611.  
  612. [TAPCIS: Dropped chars = nnn]
  613. If TAPCIS detects that you dropped incoming characters during the session,
  614. it will post this message to tell you. An occasional dropped character is
  615. reasonable, but regular dropped characters means that some software in your
  616. computer is interfering with TAPCIS' ability to service the COM port.
  617. Combining many memory resident programs can cause this, especially those
  618. that use EMS. You should try eliminating things like disk caches to see if
  619. you can isolate the culprit. We know, for example, that some systems have
  620. this problem when they use SMARTDRV but not when then use a third party
  621. disk cache. Also, if operating at a port speed higher than 9600, you should
  622. reduce back to 9600 or less.
  623.  
  624. [TAPCIS: Error reading MLIST]
  625. A DOS error was returned during the reading of a mailing list.
  626.  
  627. [TAPCIS: Mail list not found]
  628. Although the mailing list was available when the message was addressed, it
  629. has since either been deleted, moved, or made inaccessible and the list
  630. will be skipped.
  631.  
  632. [TAPCIS: Modem indicates NOT Clear To Send. Check MODEM!]
  633. Clear to send (CTS) is a signal from the modem to the computer that it is
  634. ready to receive characters. When TAPCIS opens the COM port, it checks this
  635. signal. If it is not there, it may mean that the modem is off or
  636. disconnected. Other possibilities include the cable being defective by not
  637. including the CTS wire (pin 5), the modem or computer not supporting CTS at
  638. all (like the HP 95LX), or the CTS signal in the modem not working (which
  639. we've seen with internal AND external modems). If you discover that the
  640. modem or serial port cannot support CTS, you can disable its use in TAPCIS
  641. with the /XONXOFF option. You will need to set the modem to use XON/XOFF
  642. flow control (usually &K4) instead of CTS/RTS.
  643.  
  644. [TAPCIS: Open COMn:]
  645. The COMn: serial port was opened successfully.
  646.  
  647. [TAPCIS: Serial FIFO Buffer ON|OFF]
  648. Another way to deal with dropped characters is to get a serial port that is
  649. based on the 16550A UART. This provides the serial port with a First-In-
  650. First-Out (FIFO) buffer. That means that the serial port will keep incoming
  651. characters (up to 16) until TAPCIS is able to get them. A normal UART can
  652. keep only one character, which doesn't give TAPCIS much leeway if the
  653. memory resident software is causing a problem.
  654.  
  655. [TAPCIS: Timeout Abort!]
  656. TAPCIS has given up waiting for the proper string from CompuServe and is
  657. aborting the session.
  658.  
  659. [TAPCIS: Timeout]
  660. TAPCIS has been waiting for a minute and a half for incoming characters and
  661. has received none. When this message appears, TAPCIS has already tried to
  662. "wake up" CompuServe with a series of ^Q's. Now it is going to try sending
  663. a carriage return. If that does not produce the "proper result" TAPCIS will
  664. abort.
  665.  
  666. [TAPCIS: WAIT Timeout]
  667. TAPCIS was waiting for a specific string from CompuServe which did not
  668. arrive and it is timing out.
  669.  
  670.  
  671. C-2    Appendix C: Status Messages                                   TAPCIS
  672.  
  673. ===========================================================================
  674. Appendix D:
  675. CompuServe Phone Numbers
  676. ===========================================================================
  677.  
  678. See the self-extracting file PHONE.EXE in Library 1 of the TAPCIS forum or
  679. on the TAPCIS distribution disk.
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732. TAPCIS                          Appendix D: CompuServe Phone Numbers    D-1
  733.  
  734. ===========================================================================
  735. Appendix E:
  736. CompuServe Forums
  737. ===========================================================================
  738.  
  739. The following is a list of forums, their Gateways (the three letters before
  740. the colon such as CIS:), and their "GO" reference names (after the colon)
  741. used as the forum name in TAPCIS. If you wish to join one of these forums
  742. using TAPCIS, add the forum on the <F>orums screen, then use <Alt-J> from
  743. the main menu to join the forum. New forums are added regularly.  You can
  744. get an (almost) complete list using the CompuServe command FIND FORUMS. Do
  745. not use "top" pages with TAPCIS.  BORLAND, HARDWARE, and NOVELL are all top
  746. pages.  You can explore these pages using the TAPCIS <I>nteractive command,
  747. then when on CompuServe GO <page> (for example, GO HARDWARE). A current
  748. list of forums can be found in the file FORUMS.ARC in Lib 16 of the TAPCIS
  749. forum.
  750.  
  751. As of October 2, 1991
  752.  
  753.           ACIUS                               CIS:ACIUS
  754.           AI Expert                        CIS:AIEXPERT
  755.           ASP/Shareware                    CIS:ASPFORUM
  756.           Access Technology                 CIS:ACCTECH
  757.           Adobe                               CIS:ADOBE
  758.           Aldus Customer Service             CIS:ALDSVC
  759.           Aldus/Silicon Beach              CIS:SBSALDFO
  760.           Amiga Arts                       CIS:AMIGAART
  761.           Amiga Tech                       CIS:AMIGATEC
  762.           Amiga User's                     CIS:AMIGAUSE
  763.           Amiga Vendor                     CIS:AMIGAVEN
  764.           Apple II Programmers               CIS:APPROG
  765.           Apple II Users                    CIS:APPUSER
  766.           Apple II Vendor                   CIS:APIIVEN
  767.           Aquaria/Fish                     CIS:AQUAFORU
  768.           Art Gallery                      CIS:ARTGALLE
  769.           Ashton-Tate Applications            CIS:ATAPP
  770.           Ashton-Tate dBASE                   CIS:DBASE
  771.           Ask3Com                          CIS:ASKFORUM
  772.           Astronomy                        CIS:ASTROFOR
  773.           Atari 8-Bit                        CIS:ATARI8
  774.           Atari Portfolio                  CIS:APORTFOL
  775.           Atari ST Arts                    CIS:ATARIART
  776.           Atari ST Productivity            CIS:ATARIPRO
  777.           Atari Vendor                     CIS:ATARIVEN
  778.           Automobile                           CIS:CARS
  779.           Autodesk AutoCAD                     CIS:ACAD
  780.           Autodesk Software                   CIS:ASOFT
  781.           Aviation                            CIS:AVSIG
  782.           BASIS International                 CIS:BASIS
  783.           Bacchus Wine                     CIS:WINEFORU
  784.           Banyan                           CIS:BANFORUM
  785.           Blyth                               CIS:BLYTH
  786.           Borland Applications               CIS:BORAPP
  787.           Borland Dbase Products              CIS:BORDB
  788.           Borland Programming Forum A        CIS:BPROGA
  789.           Borland Programming Forum B        CIS:BPROGB
  790.           Broadcast Professionals           CIS:BPFORUM
  791.  
  792.  
  793. TAPCIS                                 Appendix E: CompuServe Forums    E-1
  794.  
  795.           CADKEY                             CIS:CADKEY
  796.           CASE DCI                         CIS:CASEFORU
  797.           CB                                CIS:CBFORUM
  798.           CDROM                               CIS:CDROM
  799.           CIM Support (FREE)               CIS:CIMSUPPO
  800.           CP/M Users Group                 CIS:CPMFORUM
  801.           Cabletron Systems                  CIS:CTN-48
  802.           Cancer                             CIS:CANCER
  803.           Cannon Printer Support             CIS:CAN-10
  804.           Central Point Software            CIS:CENTRAL
  805.           Client Server Computing          CIS:MSNETWOR
  806.           Coin/Stamp/Collectibles           CIS:COLLECT
  807.           Color Compuer (CoCo)                 CIS:COCO
  808.           Comics/Animation                   CIS:COMICS
  809.           Commodore Applications             CIS:CBMAPP
  810.           Commodore Art/Games                CIS:CBMART
  811.           Commodore Service                CIS:CBMSERVI
  812.           Computer Art                       CIS:COMART
  813.           Computer Club                        CIS:CLUB
  814.           Computer Consultant's             CIS:CONSULT
  815.           Computer Language                CIS:CLMFORUM
  816.           Computer Training                 CIS:DPTRAIN
  817.           Computer Virus Help              CIS:VIRUSFOR
  818.           Consumer Electronics              CIS:CEFORUM
  819.           Cooks Online                        CIS:COOKS
  820.           Crafts                             CIS:CRAFTS
  821.           Crosstalk                           CIS:XTALK
  822.           DATASTORM                        CIS:DATASTOR
  823.           DEC PC                              CIS:DECPC
  824.           Data Access Corp.                 CIS:DACCESS
  825.           Data Based Advisor               CIS:DBADVISO
  826.           Dear FocWizards Forums           CIS:FOCWIZAR
  827.           Desktop Publishing               CIS:DTPFORUM
  828.           Desktop Publishng Vendor         CIS:DTPVENDO
  829.           Diabetes                         CIS:DIABETES
  830.           Digitalk                         CIS:DIGITALK
  831.           Digital Research                  CIS:DRFORUM
  832.           Disabilities                     CIS:DISABILI
  833.           Dr. Dobbs Journal                CIS:DDJFORUM
  834.           EETnet Engineering               EET:ENGINEER
  835.           EETnet Profession                EET:PROFESSI
  836.           Education                         CIS:EDFORUM
  837.           Educational Research             CIS:EDRESEAR
  838.           Engineering Automation               CIS:LEAP
  839.           Epson                               CIS:EPSON
  840.           Fishnet - ADC                    CIS:AQUADATA
  841.           Flight Simulator                  CIS:FSFORUM
  842.           Florida                           CIS:FLORIDA
  843.           FocServices                        CIS:FOC-20
  844.           Focus User's Group                   CIS:FUSE
  845.           Foreign Lang. Education             CIS:FLEFO
  846.           Forth Forum/
  847.           Creative Solutions                  CIS:FORTH
  848.           Fox Software                     CIS:FOXFORUM
  849.           Game Publisher's                   CIS:GAMPUB
  850.           Gamers                             CIS:GAMERS
  851.           Genealogy                           CIS:ROOTS
  852.  
  853.  
  854. E-2    Appendix E: CompuServe Forums                                 TAPCIS
  855.  
  856.           Generic/Sketch Software           CIS:GENERIC
  857.           Good Earth                       CIS:GOODEART
  858.           Graphics Corner                    CIS:CORNER
  859.           Graphics Support                 CIS:GRAPHSUP
  860.           Graphics Vendor                  CIS:GRAPHVEN
  861.           HP Peripherials                     CIS:HPPER
  862.           HP Systems                          CIS:HPSYS
  863.           HamNet <Ham Radio>                 CIS:HAMNET
  864.           Hayes                            CIS:HAYFORUM
  865.           Health & Fitness                 CIS:GOODHEAL
  866.           Human Sexuality Adult              CIS:HSX200
  867.           Human Sexuality Open               CIS:HSX100
  868.           IBM Applications                   CIS:IBMAPP
  869.           IBM Bulletin Board                 CIS:IBMBBS
  870.           IBM Communications                 CIS:IBMCOM
  871.           IBM Desktop Software              CIS:IBMDESK
  872.           IBM European Users               CIS:IBMEUROP
  873.           IBM Hardware                        CIS:IBMHW
  874.           IBM New Users                      CIS:IBMNEW
  875.           IBM OS/2 Info Exchange             CIS:IBMOS2
  876.           IBM Programming                    CIS:IBMPRO
  877.           IBM Systems/Utilities              CIS:IBMSYS
  878.           IBM/Special Needs                CIS:IBMSPECI
  879.           Int'l Entrepreneurs Network          CIS:USEN
  880.           Intel PCEO                           CIS:PCEO
  881.           IRug                             CIS:REALTIME
  882.           Investors                        CIS:INVFORUM
  883.           Japan                              EET:EET331
  884.           Javelin/EXPRESS                  CIS:IRIFORUM
  885.           Journalism                         CIS:JFORUM
  886.           LDC Word Processing               CIS:LOTUSWP
  887.           LDOS/TRSDOS6 Users                   CIS:LDOS
  888.           LOGO                             CIS:LOGOFORU
  889.           Legal                              CIS:LAWSIG
  890.           Literary                         CIS:LITFORUM
  891.           Logitech                         CIS:LOGITECH
  892.           Lotus Spreadsheets                 CIS:LOTUSA
  893.           Lotus Words & Pixels               CIS:LOTUSB
  894.           MIDI/Music                       CIS:MIDIFORU
  895.           MIDI Vendor                      CIS:MIDIVEND
  896.           Mac Applications                    CIS:MACAP
  897.           Mac A Vendor                      CIS:MACAVEN
  898.           Mac B Vendor                      CIS:MACBVEN
  899.           Mac C Vendor                      CIS:MACCVEN
  900.           Mac CIM Support Forum (FREE)     CIS:MCIMSUPP
  901.           Mac Communications                CIS:MACCOMM
  902.           Mac Community Clubhouse           CIS:MACCLUB
  903.           Mac Developers                     CIS:MACDEV
  904.           Mac Fun/Entertainment              CIS:MACFUN
  905.           Mac Hypertext                    CIS:MACHYPER
  906.           Mac New Users/Help                 CIS:MACNEW
  907.           Mac System 7.0                   CIS:MACSEVEN
  908.           Mac System Software                CIS:MACSYS
  909.           MacUser                           ZMC:MACUSER
  910.           MacWEEK                           ZMC:MACWEEK
  911.           MedSIG                             CIS:MEDSIG
  912.           Microsoft Applications              CIS:MSAPP
  913.  
  914.  
  915. TAPCIS                                 Appendix E: CompuServe Forums    E-3
  916.  
  917.           Microsoft BASIC                   CIS:MSBASIC
  918.           Microsoft DOS                       CIS:MSDOS
  919.           Microsoft Excel                   CIS:MSEXCEL
  920.           Microsoft Languages                CIS:MSLANG
  921.           Microsoft Oper Systems Forums     CIS:MSOPSYS
  922.           Microsoft Windows Advanced         CIS:WINADV
  923.           Microsoft Windows NewUsers         CIS:WINNEW
  924.           Military                         CIS:MILITARY
  925.           Model Aviation                   CIS:MODELNET
  926.           Modem Games                      CIS:MODEMGAM
  927.           Motor Sports                       CIS:RACING
  928.           Multi-Player Games                CIS:MPGAMES
  929.           MultiMedia                       CIS:MULTIMED
  930.           NAIC Investor Education              CIS:NAIC
  931.           Nantucket                        CIS:NANFORUM
  932.           National Issues                  CIS:ISSUESFO
  933.           Navigator Support                CIS:NAVSUPPO
  934.           NeXT                             CIS:NEXTFORU
  935.           Novell A                             CIS:NOVA
  936.           Novell B                             CIS:NOVB
  937.           Novell C                             CIS:NOVC
  938.           Novell NetWare 2.X                 CIS:NETW2X
  939.           Novell NetWare 3.X                 CIS:NETW3X
  940.           OS-9                                  CIS:OS9
  941.           Online Today                     CIS:OLTFORUM
  942.           Oracle Support                     CIS:ORACLE
  943.           Outdoors                         CIS:OUTDOORF
  944.           PC Contact                       ZNT:PCCONTAC
  945.           PC MagNet: UTILFORUM/TIP         ZNT:UTILFORU
  946.           PC MagNet: After Hours           ZNT:AFTERHOU
  947.           PC MagNet: Editorial             ZNT:EDITORIA
  948.           PC MagNet: Programming           ZNT:PROGRAMM
  949.           PC Vendor A                        CIS:PCVENA
  950.           PC Vendor B                        CIS:PCVENB
  951.           PC Vendor C                        CIS:PCVENC
  952.           PC Vendor D                        CIS:PCVEND
  953.           PC Week: Corp. Buyers'             ZNT:PCWEEK
  954.           PDP-11                              CIS:PDP11
  955.           PR & Marketing                      CIS:PRSIG
  956.           Palmtop                           CIS:PALMTOP
  957.           Pets/Animal                          CIS:PETS
  958.           Photography                      CIS:PHOTOFOR
  959.           Play-By-Mail Games               CIS:PBMGAMES
  960.           Portable Programming             CIS:CODEPORT
  961.           Practical Peripherals            CIS:PPIFORUM
  962.           Practice Forum (FREE)            CIS:PRACTICE
  963.           Quick Pictures                      CIS:QPICS
  964.           Religion                         CIS:RELIGION
  965.           Revelation Tech                  CIS:REVELATI
  966.           RockNet                           CIS:ROCKNET
  967.           Role-Playing Games                CIS:RPGAMES
  968.           Safetynet                          CIS:SAFETY
  969.           Sailing                           CIS:SAILING
  970.           Science/Math Education            CIS:SCIENCE
  971.           Science Fiction & Fantasy          CIS:SCI-FI
  972.           Scuba                               CIS:SCUBA
  973.           ShowBiz                           CIS:SHOWBIZ
  974.  
  975.  
  976. E-4    Appendix E: CompuServe Forums                                 TAPCIS
  977.  
  978.           Software Publishing              CIS:SPCFORUM
  979.           Software Publishers Assn         CIS:SPAFORUM
  980.           Soviet Crisis                    CIS:USSRFORU
  981.           Space/Astronomy                  CIS:SPACEFOR
  982.           Spinnaker Software               CIS:SPINNAKE
  983.           Sports                               CIS:FANS
  984.           Standard Microsystem                  CIS:SMC
  985.           Students'                           CIS:STUFO
  986.           Symantec Applications            CIS:SYMFORUM
  987.           Symantec/Norton Utility            CIS:NORUTL
  988.           TAPCIS                             CIS:TAPCIS
  989.           TBS Network Earth                   CIS:EARTH
  990.           Tandy Model 100                   CIS:M100SIG
  991.           Tandy Professional               CIS:TRS80PRO
  992.           Telecommunications                CIS:TELECOM
  993.           Texas Instruments Forums          CIS:TIFORUM
  994.           Toshiba                           CIS:TOSHIBA
  995.           TrainNet                         CIS:TRAINNET
  996.           Travel                            CIS:TRAVSIG
  997.           UK Computing                      CIS:UKFORUM
  998.           UK Share                          CIS:UKSHARE
  999.           Unix                             CIS:UNIXFORU
  1000.           VAX                              CIS:VAXFORUM
  1001.           Venture Software Inc              CIS:VENTURA
  1002.           WPMA                                 CIS:WPMA
  1003.           Wealthbuilder                    CIS:WBUILDER
  1004.           Windows 3rd Party A                CIS:WINAPA
  1005.           Windows 3rd Party B                CIS:WINAPB
  1006.           Windors 3rd Party C                CIS:WINAPC
  1007.           Wolfram Research                  CIS:WOLFRAM
  1008.           WordPerfect Supp Group A            CIS:WPSGA
  1009.           WordPerfect Supp Group B            CIS:WPSGB
  1010.           WordStar                         CIS:WORDSTAR
  1011.           Working-From-Home                    CIS:WORK
  1012.           ZMac Download & Support          ZMC:DOWNLOAD
  1013.           Zenith Data Systems                CIS:ZENITH
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037. TAPCIS                                 Appendix E: CompuServe Forums    E-5
  1038.  
  1039.